GraphicPropertiesMeasureHorizontalAlignment Property

Specifies the horizontal alignment of a measure text relative to its measure line. The defined values are: - automatic: horizontal alignment of a measure text relative to its measure line is chosen by the consumer. - inside: horizontal alignment of a measure text should be inside relative to its measure line. - left-outside: horizontal alignment of a measure text should be left-outside relative to its measure line. - right-outside: horizontal alignment of a measure text should be right-outside relative to its measure line.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public MeasureHorizontalAlignment MeasureHorizontalAlignment { get; set; }

Property Value

MeasureHorizontalAlignment

See Also